// Example File Command script to show payload generation video mode or WriteMemory commands.
// Use this file as the File Name argument.

// Build RGB888 black line, with a single red pixel at position dependent on frame number in sequence
# BUF line
*(3*SYS_HACTIVE) 0
# i = 3*10h*SYS_CMD_FRAME_NUM
# line[i] = 255

// Build RGB888 frame from line buffer
# BUF frame
# LS SYS_VACTIVE
	# STREAM line
# LE

// convert frame to the current command video format
# CONVERT frame

// output frame
# STREAM frame
